home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Steal This CD
/
steal_this_cd.iso
/
Chapter 03 - Hacking People, Places, and Things
/
sparks.exe
/
{app}
/
actions
/
UploadEntry.cheetah
< prev
next >
Wrap
Text File
|
2005-03-17
|
1KB
|
63 lines
#filter UnicodeSafeFilter
<h3>
'$htmlsafe($etitle)'
</h3>
<div style="padding: 5px; background: #FFDDDD">
$entry.GetContent
</div>
##
## START
##
#if $entry.attachments
<h4>Media Files</h4>
<table>
#for attachment in $entry.attachments
<tr>
<td valign="top" align="left" width=36>
#if $MediaType($attachment) == $IS_AUDIO
<img src="/images/icon-32x32-music.png" border=0></a>
#elif $MediaType($attachment) == $IS_VIDEO
<img src="/images/icon-32x32-video.png" border=0>
#else
#end if
</td>
<td valign="top">
${htmlsafe($attachment.GetAttachmentName)}
<br>
<font size=1>
</font>
</td>
</tr>
#end for
</table>
#end if
##
## END
##
#if $platform != "msw"
<hr>
#end if
<h4>
Right-Click Actions
</h4>
<ul>
<li>
<span class=uiitem>Edit</span>:
edit this podcast
<li>
<span class=uiitem>Publish</span>:
when checked, this podcast is being published;
when unchecked, the podcast will be moved back to the draft state
<li>
<span class=uiitem>Delete</span>:
delete this podcast
</ul>